home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Canadian Geographic Explorer
/
Canadian Geographic Explorer.iso
/
pc
/
riddler.dxr
/
00040_Play Again looper script.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-10-03
|
234 b
|
8 lines
on exitFrame
global gMusicChannel, gPathToSound, fileDelimiter
if not soundBusy(gMusicChannel) then
sound playFile gMusicChannel, gPathToSound & "music" & fileDelimiter & "playagan.aif"
end if
go(marker("Play Again"))
end